From: Sam Reed Date: Wed, 11 May 2011 22:29:24 +0000 (+0000) Subject: Fix bug link for PhpRefCallBugTester class X-Git-Tag: 1.31.0-rc.0~30278 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=253d3b7d6a5c5ea7ab74b69490b48674d828c5e9;p=lhc%2Fweb%2Fwiklou.git Fix bug link for PhpRefCallBugTester class Was linking to the bug for the PhpXmlBugTester class --- diff --git a/includes/installer/PhpBugTests.php b/includes/installer/PhpBugTests.php index 9cafd150b1..bb1f7d11f5 100644 --- a/includes/installer/PhpBugTests.php +++ b/includes/installer/PhpBugTests.php @@ -47,7 +47,7 @@ class PhpXmlBugTester { /** * Test for PHP bug #50394 (PHP 5.3.x conversion to null only, not 5.2.x) - * @see http://bugs.php.net/bug.php?id=45996 + * @see http://bugs.php.net/bug.php?id=50394 * @ingroup PHPBugTests */ class PhpRefCallBugTester {